home *** CD-ROM | disk | FTP | other *** search
/ Aminet 32 / Aminet 32 (1999)(Schatztruhe)[!][Aug 1999].iso / Aminet / dev / lang / Python152_Src.lha / Python152_Source / Amiga_Misc / DISCL_and_COPYRIGHT next >
Text File  |  1998-01-12  |  2KB  |  56 lines

  1.  
  2.     DISCLAIMER:
  3.  
  4. ("this program" = the Python executable in this distribution in
  5. particular, but also all other files.)
  6.  
  7. I  tried  to  make this program error-free and safe to use, for your and my
  8. own  benefit.   This  disclamer  applies  to the (small) part of the code I
  9. wrote  myself.   The  disclamer  from  the  copyright notice from Stichting
  10. Mathematisch  Centrum  (included  below)  applies  to the rest of the code,
  11. written by Guido van Rossum and others.
  12.   
  13. I  provide  this program "as is".  USE THE PROGRAM AT YOUR OWN RISK.  In no
  14. event will I be liable for damages to you - whether they arise from the use
  15. of  this  program  or  the  inability to use it, whether they are direct or
  16. consequential,  including,  but  not  limited  to,  the loss of data or the
  17. generation of inaccurate data.  No warranties are made.
  18.  
  19.  
  20.         Irmen de Jong
  21.  
  22.  
  23.  
  24.  
  25.  
  26.     PYTHON COPYRIGHT NOTICE:
  27.  
  28.  
  29. Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
  30. The Netherlands.
  31.  
  32.                         All Rights Reserved
  33.  
  34. Permission to use, copy, modify, and distribute this software and its
  35. documentation for any purpose and without fee is hereby granted,
  36. provided that the above copyright notice appear in all copies and that
  37. both that copyright notice and this permission notice appear in
  38. supporting documentation, and that the names of Stichting Mathematisch
  39. Centrum or CWI or Corporation for National Research Initiatives or
  40. CNRI not be used in advertising or publicity pertaining to
  41. distribution of the software without specific, written prior
  42. permission.
  43.  
  44. While CWI is the initial source for this software, a modified version
  45. is made available by the Corporation for National Research Initiatives
  46. (CNRI) at the Internet address ftp://ftp.python.org.
  47.  
  48. STICHTING MATHEMATISCH CENTRUM AND CNRI DISCLAIM ALL WARRANTIES WITH
  49. REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
  50. MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH
  51. CENTRUM OR CNRI BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
  52. DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
  53. PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
  54. TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  55. PERFORMANCE OF THIS SOFTWARE.
  56.